=======================================================================================
AI CONSTRUCTION VEHICLES DATA FILE - Monsters 1.11
=======================================================================================

AI State:
  Exploration, Infrastructure, Prepare for Attack, Attack, 
  Secure Holdings After Attack, Incursion, Prepare for Defense, 
  Defend (Short Term), Defend (Long Term), Not Connected 


Num Queue Entries:
  Num Entries

Entry X Type:
  AI Design Type - 
    Attack Ship, Defense Ship, Attack Base, Defense Base, Base Space Yard, 
    Cargo Transport, Troop Transport, Carrier, Colony (Rock), Colony (Ice), 
    Colony (Gas), Mine Layer, Mine Sweeper, Boarding Ship, Open Warp Point, 
    Close Warp Point, Create Planet, Destroy Planet, Create Star, Destroy Star, 
    Create Storm, Destroy Storm, Space Yard Ship, Mine, Satellite, Weapon Platform,
    Troop, Fighter, Create Black Hole, Destroy Black Hole, Create Nebulae, 
    Destroy Nebulae, Satellite Layer, Kamikaze Attack Ship, Recon Satellite


Entry X Planet Per Item:
  Number of planets per each item in 10ths. 
  (20 = 2.0: We want 1 item for every 2 planets we have.)

Entry X Must Have At Least:
  Must have this many of this type in existance, or being built. 
  If not, then build more.  
  This comes before Planet Per Item.

Rules:
  1. The game picks a selection based on the AI State. There cannot be duplicate
     AI states.
  2. Item will be placed at whichever spaceyard is available and can get it done the fastest.
  3. First item in the queue is selected, and evaluated. We construct if:
     a. There are less than X planets per each item, (if there are 13 planets and we already
        have 4 ships of this design type, and the Planet Per Item value = 3, 
        then we buy another one). If PPI < (Num Planets / Num Ships of Type), construct. 
  4. If the Build at Least value is greater than 0, we check if the Planet Per Item condition
     is still true. If it is, then we purchase another one, if not, we move to the next 
     queue item. If we do purchase another one, we continue in this loop until the
     condition is false, or we have purchased the number in Build At Least.
  5. When the last item is reached, it restarts at the beginning.


  
=======================================================================================
*BEGIN*
=======================================================================================

AI State                     := Exploration, Infrastructure, Prepare for Attack, Attack, Secure Holdings After Attack, Incursion, Prepare for Defense, Defend (Short Term), Defend (Long Term)
Num Queue Entries            := 16
Entry 1 Type                 := Base Space Yard
Entry 1 Planet Per Item      := 4
Entry 1 Must Have At Least   := 4
Entry 2 Type                 := Attack Ship
Entry 2 Planet Per Item      := 8
Entry 2 Must Have At Least   := 2
Entry 3 Type                 := Attack Base
Entry 3 Planet Per Item      := 10
Entry 3 Must Have At Least   := 8
Entry 4 Type                 := Destroy Planet
Entry 4 Planet Per Item      := 0
Entry 4 Must Have At Least   := 1
Entry 5 Type                 := Open Warp Point
Entry 5 Planet Per Item      := 0
Entry 5 Must Have At Least   := 1
Entry 6 Type                 := Close Warp Point
Entry 6 Planet Per Item      := 0
Entry 6 Must Have At Least   := 1
Entry 7 Type                 := Attack Ship
Entry 7 Planet Per Item      := 6
Entry 7 Must Have At Least   := 4
Entry 8 Type                 := Drone Carrier
Entry 8 Planet Per Item      := 20
Entry 8 Must Have At Least   := 2
Entry 9 Type                 := Anti-Ship Drone
Entry 9 Planet Per Item      := 2
Entry 9 Must Have At Least   := 20
Entry 10 Type                := Anti-Planet Drone
Entry 10 Planet Per Item     := 2
Entry 10 Must Have At Least  := 20
Entry 11 Type                := Mine Sweeper
Entry 11 Planet Per Item     := 5
Entry 11 Must Have At Least  := 4
Entry 12 Type                := Attack Ship (B)
Entry 12 Planet Per Item     := 4
Entry 12 Must Have At Least  := 8
Entry 13 Type                := Attack Ship
Entry 13 Planet Per Item     := 3
Entry 13 Must Have At Least  := 10
Entry 14 Type                := Anti-Ship Drone
Entry 14 Planet Per Item     := 1
Entry 14 Must Have At Least  := 100
Entry 15 Type                := Anti-Planet Drone
Entry 15 Planet Per Item     := 1
Entry 15 Must Have At Least  := 100
Entry 16 Type                := Anti-Ship Drone
Entry 16 Planet Per Item     := 1
Entry 16 Must Have At Least  := 200

AI State                     := Not Connected
Num Queue Entries            := 4
Entry 1 Type                 := Base Space Yard
Entry 1 Planet Per Item      := 4
Entry 1 Must Have At Least   := 4
Entry 2 Type                 := Open Warp Point
Entry 2 Planet Per Item      := 0
Entry 2 Must Have At Least   := 1
Entry 3 Type                 := Attack Base
Entry 3 Planet Per Item      := 10
Entry 3 Must Have At Least   := 8
Entry 4 Type                 := Attack Ship
Entry 4 Planet Per Item      := 5
Entry 4 Must Have At Least   := 4

=======================================================================================
*END*
=======================================================================================
